body{
	margin: 0;
	border:0;
	padding:0;
}

.body{
	width: 100%;
	height: 100%;
	background-color: white;
	display: flex;
	flex-direction:row;
	flex-wrap:wrap;
	align-content: flex-start;
	align-items: flex-start;
}

.head{
	width: 100%;
	height: 90px;
	background-color: white;
}
.banner{
	width: 100%;
	height: auto;
	max-height: 400px;
	background-color: white;
}
.menu{
	width: 100%;
	height: 100px;
	background-color: white;
}
.menu_content{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content: space-between;
	  
}
.menu_children{
	width: 130px;
	display: flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content: space-between;
	justify-content:center;
    align-items:Center;
    cursor:pointer;  
}
.content{
	width: 100%;
	height: auto;
	background-color: #f1f1f1;
}
.content_children{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction:row;
	flex-wrap:wrap;
}
.content_new{
	width: 100%;
	height: 460px;
	display: flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content: space-between;
}
.content_new_carone{
	width: 690px;
}
.content_new_carone_head{
	width: 100%;
	height: 90px;
	display: flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content: space-between;
	justify-content:center;
    align-items:Center;
}
.content_new_carone_head_con{
	width: 100%;
	height: 25px;
	display: flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content: space-between;
}
.content_new_carone_con
{
	width: 100%;
	height: 223px;
	display: flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content: space-between;
}
.content_new_carone_con_img{
	height: 223px;
	width: 340px;
}
.content_new_carone_con_img img{
	overflow:hidden;
	width: auto;
	height: auto;
	max-height: 223px;
	max-width: 340px;
}
.content_new_carone_con_new{
	height: 223px;
	width: 315px;
	display: flex;
	flex-direction:column;
	flex-wrap:nowrap;
}
.content_new_carone_con_new_con{
	width: 100%;
	height: 140px;
	overflow:hidden;
}
.content_new_carone_con_list{
	width: 100%;
	height: 115px;	
}
.content_new_carone_con_list ul {
	display: flex;
	flex-direction:column;
	flex-wrap:wrap;
	height: 100px;
	width: 700px;
}
.content_new_carone_con_list ul li{
	height: 28px;
	font-size: 15px;	
}
.content_new_carone_con_list ul li a{
	margin-left: 10px;
	font-size: 15px;
	color: #333333;
}
.content_new_carone_con_list ul li:before{
	content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #00BFEB;
    border-radius: 50%;
    text-align: center;
}


.content_new_cartwo{
	width: 430px;
	display: flex;
	flex-direction:column;
	justify-content: flex-end;
}

.content_new_cartwo_car{
	height: 110px;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0 4px 4px 0px #DDDDDD;
}

.content_new_cartwo_ban{
	height: 270px;
	width: 100%;
	display: flex;
	flex-direction:column;
	justify-content: space-between;
}
.content_new_carthree_ban{
	height: 270px;
	width: 500px;
	display: flex;
	flex-direction:column;
	justify-content: space-between;
}
.foot{
	width: 100%;
	height: 100%;
}

.nav_father{
	margin-top:30px;
	width: 100%;
	height:50px;
	background-color: #00BFEB;
}
.nav_content{
	width:1220px;
	height: 50px;
	margin: 0 auto;
	background-color: #00BFEB;
	display: flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content: space-between;
}
.nav_img_gap{
	width: 20px;
	height: 100%;
	background-color: white;
}
.sign_img img{
	display: block;
	outline: none;
}
.find{
	width: 120px;
	height: 100%;

}
.find form{
	width: 120px;
	height: 100%;
	display: flex;
    justify-content:center;
    align-items:Center;    
}
.input_father {
	border-radius:25px;
	border: solid 1px #C1E2B3;
	display: table-cell;
    vertical-align: middle;
    text-align: center; 
    background-color: #EDEDED;
}
.input_father input{
	border: 0px;
	outline:none;
	cursor: pointer;
	width: 50px;
	background-color:rgba(0,0,0,0);
	
}
.input_father img {
	width: 18px;
	height: 19px;
}

/**
*在Position属性值为absolute的同时，
*如果有一级父对象（无论是父对象还是祖父对象，或者再高的辈分，一样）
*的Position属性值为Relative时，则上述的相对浏览器窗口定位将会变成相对父对象定位，
*这对精确定位是很有帮助的。
*/
*{
    margin: 0;
    padding: 0;
	list-style-type:none;
}
/*nav导航盒子*/
.nav{
    width: 100%;
    height:50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    position: relative;
    background: #00BFEB;
    z-index: 99;
}
/*nav-main*/
ul.nav-main{
    width: 100%;
    height: 100%;
    list-style-type: none;
    text-align: center;
}
ul.nav-main span{
    display: inline-block;
    margin-left: 5px;
    width: 10px;
    height: 7px;
    background: url('../img/down-icon.png') no-repeat;
}
/*图标向上旋转*/
.hover-up{
    transition-duration: .5s;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
/*图标向下旋转*/
.hover-down{
    transition-duration: .5s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
/*导航条设置*/
ul.nav-main>li{
    width: 108px;
    height: 100%;
    display: block;
    float: left;
    background: #00BFEB;
    color: #fff;
    margin-right: 1px;
    cursor: pointer;
}
ul.nav-main>li a{
    color:#fff;
    background: #00BFEB;
}
/*隐藏盒子设置*/
div.hidden-box{
    width: 106px;
    border: 1px solid #00BFEB;
    border-top: 0;
    position: absolute;
    display:none;
	background:#fff;
    top: 36px;
}
.hidden-box>ul{
    list-style-type: none;
    color: #00BFEB;
    cursor: pointer;
}
.hidden-box li:hover{
    background: #00BFEB;
    color: #fff;
}
.hidden-box li a:hover{
    background: #00BFEB;
    color: #fff;
}

/*隐藏盒子位置设置*/
.hidden-loc-1{
    left: 100px;
}
.hidden-loc-2{
    left: 208px;
}
.hidden-loc-3{
    left: 318px;
}
.hidden-loc-4{
	left:425px;
}
.hidden-loc-5{
	left:540px;
}
.hidden-loc-6{
	left:650px;
}
.hidden-loc-7{
	left:755px;
}


.content_tran
{
	width: 1200px;
	height: 332px;
}
.content_tran_con
{
	margin-left: 40px;
	height: 290px;
	width: 800px;
	display: flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content: space-between;
}
.content_tran_con_cell{
	height: 120px;
	width: 130px;
	display: flex;
	flex-direction:column;
	flex-wrap:nowrap;
	justify-content:center;
    align-items:Center;
    cursor:pointer; 
}
.content_fren{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction:column;
	flex-wrap:nowrap;
}
.content_fren_head{
	width: 100%;
	height: 25px;
	display: flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content: space-between;
}
.content_fren_con{
	width:100%;
	height:auto;
	display: flex;
	flex-direction:row;
	justify-content: left;
}
.content_fren_con img{
	cursor: pointer;
}
.foot{
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background: white;
	display: flex;
	flex-direction:column;
	flex-wrap:nowrap;
}
.foot_con{
	margin: 0 auto;
	width: 1200px;
	display: flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content: space-between;
}
.foot_con_cell{
	width: 125px;
	display: flex;
	flex-direction:column;
	flex-wrap:nowrap;
}
.foot_last_father{
	background-color: #00BFEB;
	width:100%;
}
.foot_last{
	width:1200px;
	height: 150px;
	margin: 0 auto;
	display: flex;
	flex-direction:column;
	flex-wrap:nowrap;
	justify-content: space-around;
	justify-content:center;
    align-items:Center;
}
.new_detail{
	width: 100%;
	background-color: #f1f1f1;
	display: flex;
	flex-direction:column;
	flex-wrap:nowrap;
}
.new_detail_father{
	margin: 0 auto;
	width: 1200px;
	background-color:  #f1f1f1;
	
}
.new_detail_menu{
	float:left;
	width: 275px;
	border: 1px solid #00BFEB;
	background-color:#FFFFFF;
}
.parent-menu{
	border: 0px solid;
    margin-bottom: 12px;
    background-color: #00BFEB;
    color: #ffffff;
    font-size: 20px;
    line-height: 46px;
    padding-left: 20px;
}
.new_detail_con img{
    max-width:855px;
}
.new_detail_con{
	width: 905px;
	float:right;
	background-color: #FFFFFF;
	min-height: 500px;
}
.new_detail_menu ul{
	padding: 0;
    list-style: none;
    
}
.new_detail_menu ul li{
    width: 85%;
    cursor: pointer;
    position: relative;
    line-height: 48px;
    font-size: 18px;
    margin: 5px 20px;
    text-align: center;
    border: 1px solid #00BFEB;
}
.new_detail_menu ul a{
	text-decoration: none;
	color: #00BFEB;
}
.new_detail_menu ul .active{
	background-color: #00BFEB;
    color: #ffffff;
}
.second-menu {
    border: 0px solid;
    margin-bottom: 20px;
    background-color: #00BFEB;
    color: #ffffff;
    font-size: 24px;
    line-height: 46px;
    padding-left: 20px;
    vertical-align: middle;
}
.li-content-wrapper {
    padding: 0 20px 10px 20px;
    background-color: #FFFFFF;
    min-height: 500px;
 
}
.list-content{
	min-height:400px;
	width: 100%;
}
.ul-list{
	list-style: none;
}
.table-circle{
	position: absolute;
    width: 10px;
    height: 10px;
    background: #00BFEB;
    border-radius: 50%;
    margin-top:-5px;
}
.ul-list-table{	
	width: 100%;
	border-bottom: 1px solid #F1F1F1;
}
.ul-list-table tr td{
	height: 35px;
}
.ul-list-table tr td img{
	height:30px;
	width:50px; 
	margin-top: 3px;
}
.a-con{
	line-height:35px;
    overflow: hidden;
    z-index: 999;
    font-size: 16px;
	color: #333333;
	font-weight:normal;
	font-family: system, -apple-system, BlinkMacSystemFont, SimSun, Arial, sans-serif;
}
.a-con label{
	font-size: 16px;
	color: #333333;
	font-weight:normal;
	font-family: system, -apple-system, BlinkMacSystemFont, SimSun, Arial, sans-serif;
	margin-top: 5px;
}
.date_label{
	margin-top: 0px;
	color: #999999;
    font-size: 16px;
    float: right;
    font-weight:normal;
    font-family: system, -apple-system, BlinkMacSystemFont, SimSun, Arial, sans-serif;
    margin-top: 5px;
}
.a-con label:HOVER {
	color:#00BFEB;
}
